-
as seen on Programmers
- Search for 'Programmers'
I am a great believer in the Boy Scout Rule:
Always check a module in cleaner than when you checked it out." No
matter who the original author was, what if we always made some
effort, no matter how small, to improve the module. What would be the
result? I think if we all followed that simple…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
The text is quite extense so, this is just a part of it:
!SESSION 2012-11-23 10:15:52.442 -----------------------------------------------
eclipse.buildId=I20120608-1200
java.version=1.7.0_09
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Over a year ago, I remember watching one of DevExpress evangelists previewing or at least promoting rich Javascript refactoring (beyond just limited intellisense) within the Visual Studio shell, I recall part of CodeRush/DevExpress product line. I was excited.
On checking today (lmgtfy) I can find…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What is the best way of doing version control of large scale refactoring?
My typical style of programming (actually of writing documents as well) is getting something out as quickly as possible and then refactoring it. Typically, refactoring takes place at the same time as adding other functionality…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
Old application that is used by 50-60.000 paying customers.
Company is several hundred people big.
Application has a lot of business critical code (30% of all code) written in classic asp.
Application has a lot more .net code.
Application has a COM+ bridge for enabling asp to "talk" to .net
Organization…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
The Batch Best Practices for Oracle Utilities Application Framework based products (Doc Id: 836362.1) and Technical Best Practices for Oracle Utilities Application Framework Based Products (Doc Id: 560367.1) have been updated with updated and new advice for the various versions of the Oracle…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
As most C++ programmers should know, partial template specialization of free functions is disallowed. For example, the following is illegal C++:
template <class T, int N>
T mul(const T& x) { return x * N; }
template <class T>
T mul<T, 0>(const T& x) { return T(0); }
//…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Say I have a class which represents a person, a variable within that class would be $name.
Previously, In my scripts I would create an instance of the object then set the name by just using:
$object->name = "x";
However, I was told this was not best practice? That I should have a function set_name()…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have been given the task to design a database to store a lot of information for our company. Because the task is rather big and contains multiple modules where users should be able to do stuff, I'm worried about designing a good data model for this. I just don't want to end up with a badly designed…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
All,
I'm in the process now of building a SaaS tool that allows network admins to generate notification emails to the members of the end-users of our platform (among many many other things). I'm running into a bit of an "out of my expertise" wall, as I know there are a lot of variables involved…
>>> More